From e95cf335c5f65204169b701c8c7de996ca900b11 Mon Sep 17 00:00:00 2001 From: "iap10@labyrinth.cl.cam.ac.uk" Date: Wed, 14 Jul 2004 15:02:29 +0000 Subject: [PATCH] bitkeeper revision 1.1071.1.8 (40f54b05-CAEtk1-dmM8jup2OTvRpg) trivial --- tools/examples/init.d/xend | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/examples/init.d/xend b/tools/examples/init.d/xend index b0cbe96612..edafc5b53c 100755 --- a/tools/examples/init.d/xend +++ b/tools/examples/init.d/xend @@ -7,7 +7,7 @@ # chkconfig: 2345 99 00 # description: Starts and stops the Xen control daemon. -. /etc/init.d/functions || . /etc/init.d/functions.sh +[ -f /etc/init.d/functions ] && . /etc/init.d/functions || . /etc/init.d/functions.sh case "$1" in start) -- 2.30.2